From b5ed65c4299ab7774a2f2b659581cb7441acc410 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 23 Sep 2006 09:16:40 +0000 Subject: [PATCH] (focus-follows-mouse): Set default to nil on Mac. --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index 8f7fdf1fd5c..9aba8c54089 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -681,7 +681,7 @@ the user during startup." (nreverse frame-initial-geometry-arguments)) (cdr param-list)) -(defcustom focus-follows-mouse t +(defcustom focus-follows-mouse (not (eq window-system 'mac)) "*Non-nil if window system changes focus when you move the mouse. You should set this variable to tell Emacs how your window manager handles focus, since there is no way in general for Emacs to find out -- 2.30.2